Allow overriding WM_CLASS from the command line
authorLars Uebernickel <lars.uebernickel@canonical.com>
Fri, 10 Apr 2015 15:18:50 +0000 (17:18 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 11 May 2015 02:40:37 +0000 (22:40 -0400)
commita8e5cacb911077c1b16a5d9bfc7589dd8b056a5d
treeaa02f86aa187cd95fd25219a1f161acddc36be0f
parent9d921ec148bc91ef5e290250d6be5cb2177de957
Allow overriding WM_CLASS from the command line

Even when the program itself calls gdk_set_program_class(). There's
currently no way for this function to be called without breaking gdk's
--class command line option, because you cannot call it before
gtk_init().

https://bugzilla.gnome.org/show_bug.cgi?id=747634
gdk/gdk.c